projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0f43e
)
fixed: Remove unused struct member
author
Timm Bäder
<mail@baedert.org>
Mon, 20 Aug 2018 20:18:05 +0000
(22:18 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sat, 25 Aug 2018 06:04:43 +0000
(08:04 +0200)
gtk/gtkfixed.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfixed.c
b/gtk/gtkfixed.c
index e1f7af74a0acd5d545ca3105741624c5c74d3dcc..e490041445578e65989e602872c1de04e736f8bf 100644
(file)
--- a/
gtk/gtkfixed.c
+++ b/
gtk/gtkfixed.c
@@
-82,7
+82,6
@@
typedef struct
{
- GtkWidget *widget;
gint x;
gint y;
} GtkFixedChild;